Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use plugin patcher to inject remote plugin runtime. #210

Closed
wants to merge 2 commits into from

Conversation

AndrienkoAleksandr
Copy link
Contributor

What does this PR do?

Use plugin patcher to inject remote plugin runtime.

Referenced issue:

eclipse-che/che#13387

Depends on:

eclipse-che/che-plugin-broker#71
eclipse-che/che-theia#410
eclipse-che/che#14333

Signed-off-by: Oleksandr Andriienko oandriie@redhat.com

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
pluginContainerCommand: ["sh", "-c"]
pluginContainerArgs: ["/plugins/remote-launcher/entrypoint.sh"]
initContainers:
- name: theia-remote-plugin-laucher
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: theia-remote-plugin-laucher
- name: theia-remote-plugin-launcher

pluginContainerArgs: ["/plugins/remote-launcher/entrypoint.sh"]
initContainers:
- name: theia-remote-plugin-laucher
image: aandrienko/che-theia-endpoint-runtime:next
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should avoid using personal registries here if possible

@@ -46,6 +46,19 @@ spec:
attributes:
protocol: http
discoverable: false
pluginPatcher:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we changed the meta.yaml model without increasing the apiVersion ?

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
@AndrienkoAleksandr
Copy link
Contributor Author

Close on favour: #233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants